home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 22
/
PC Actual CD 22.iso
/
cdactual.dir
/
Internal_19_shareware.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-17
|
224 b
|
12 lines
on mouseUp
if the platform contains "Windows,16" then
open("./share/share16.exe")
quit()
else
if the platform contains "Windows,32" then
open("./share/share32.exe")
quit()
end if
end if
end